Group Communication System
   HOME

TheInfoList



OR:

{{Unreferenced, date=April 2021 The term Group Communication System (GCS) refers to a
software platform A computing platform or digital platform is an environment in which a piece of software is executed. It may be the hardware or the operating system (OS), even a web browser and associated application programming interfaces, or other underlying ...
that implements some form of
group communication Communication in small groups consists of three or more people who share a common goal and communicate collectively to achieve it. During small group communication, interdependent participants analyze data, evaluate the nature of the problem(s), dec ...
. Examples of group communication systems include
IS-IS Intermediate System to Intermediate System (IS-IS, also written ISIS) is a routing protocol designed to move information efficiently within a computer network, a group of physically connected computers or similar devices. It accomplishes this b ...
,
Spread Toolkit The Spread Toolkit is a computer software package that provides a high performance group communication system that is resilient to faults across local and wide area networks. Spread functions as a unified message bus for distributed applicatio ...
, Appia framework, QuickSilver, and IBM's group services component. Message queue systems are somewhat similar. Group communication systems commonly provide specific guarantees about the total ordering of messages, such as if the sender of a message receives it back from the GCS, then it is certain that it has been delivered to all other nodes in the system. This property is useful when constructing
data replication Replication in computing involves sharing information so as to ensure consistency between redundant resources, such as software or hardware components, to improve reliability, fault-tolerance, or accessibility. Terminology Replication in comp ...
systems. Inter-process communication